home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / graphics / pbmplus / pnm / pnmscale.man < prev    next >
Text File  |  1995-03-17  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      pnmscale(1)          AMIGA (12 January 1991)          pnmscale(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           pnmscale - scale a portable anymap
  10.  
  11.      SYNOPSIS
  12.           pnmscale s [pnmfile]
  13.           pnmscale -xsize|-width|-ysize| -height s [pnmfile]
  14.           pnmscale -xscale|-yscale s [pnmfile]
  15.           pnmscale -xscale|-xsize|-width s -yscale|-ysize|-height s
  16.           [pnmfile]
  17.           pnmscale -xysize x y [pnmfile]
  18.  
  19.      DESCRIPTION
  20.           Reads a portable anymap as input.  Scales it by the
  21.           specified factor or factors and produces a portable anymap
  22.           as output.  If the input file is in color, the output will
  23.           be too, otherwise it will be grayscale.  You can both
  24.           enlarge (scale factor > 1) and reduce (scale factor < 1).
  25.  
  26.           You can specify one dimension as a pixel size, and the other
  27.           dimension will be scaled correspondingly.
  28.  
  29.           You can specify one dimension as a scale, and the other
  30.           dimension will not be scaled.
  31.  
  32.           You can specify different sizes or scales for each axis.
  33.  
  34.           Or, you can use the special -xysize flag, which fits the
  35.           image into the specified size without changing the aspect
  36.           ratio.
  37.  
  38.           All flags can be abbreviated to their shortest unique
  39.           prefix.
  40.  
  41.           If you enlarge by a factor of 3 or more, you should probably
  42.           add a pnmsmooth step; otherwise, you can see the original
  43.           pixels in the resulting image.
  44.  
  45.      SEE ALSO
  46.           pbmreduce(1), pnmenlarge(1), pnmsmooth(1), pnm(5)
  47.  
  48.      AUTHOR
  49.           Copyright (C) 1989, 1991 by Jef Poskanzer.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/19/91)
  64.  
  65.  
  66.  
  67.